home *** CD-ROM | disk | FTP | other *** search
/ PC Master 5 / PC MASTER 5.iso / INTERNET / KIT / WIN95 / MSIE30.EXE / ieakjava.exe / classr.exe / com / ms / awt / PointFx.class (.txt) < prev   
Encoding:
Java Class File  |  1997-01-31  |  295 b   |  17 lines

  1. package com.ms.awt;
  2.  
  3. public class PointFx {
  4.    // $FF: renamed from: x float
  5.    public float field_0;
  6.    // $FF: renamed from: y float
  7.    public float field_1;
  8.  
  9.    public PointFx(float var1, float var2) {
  10.       this.field_0 = var1;
  11.       this.field_1 = var2;
  12.    }
  13.  
  14.    public PointFx() {
  15.    }
  16. }
  17.